home *** CD-ROM | disk | FTP | other *** search
/ Fish With Names Like... / Fish With Names Like... 2.5.iso / pc / Media / Game.dir / 00311_ExitGame.ls < prev    next >
Encoding:
Text File  |  2004-03-23  |  173 b   |  11 lines

  1. on enterFrame
  2.   unload(1, 9)
  3.   if the colorDepth > 8 then
  4.     go("Index", "Fish.dir")
  5.   else
  6.   end if
  7.   if the colorDepth < 16 then
  8.     go("Index", "Fish.dir")
  9.   end if
  10. end
  11.